var encoding/binary.errBufferTooSmall

5 uses

	encoding/binary (current package)
		binary.go#L33: var errBufferTooSmall = errors.New("buffer too small")
		binary.go#L282: 			return 0, errBufferTooSmall
		binary.go#L305: 		return 0, errBufferTooSmall
		binary.go#L426: 			return 0, errBufferTooSmall
		binary.go#L441: 		return 0, errBufferTooSmall